projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fe3faf
)
Make gdk_event_get_history public
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 5 Feb 2018 19:28:15 +0000
(20:28 +0100)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 6 Feb 2018 06:17:17 +0000
(
01:17
-0500)
This function is meant to be public, but was missing
an annotation in the header.
gdk/gdkevents.h
patch
|
blob
|
history
diff --git
a/gdk/gdkevents.h
b/gdk/gdkevents.h
index 27e0bbc122d2a96889a82a55e17fe019f337ab36..086ccea7f1c9b4e6731c59b453f9422cc6ed56cc 100644
(file)
--- a/
gdk/gdkevents.h
+++ b/
gdk/gdkevents.h
@@
-615,7
+615,7
@@
GDK_AVAILABLE_IN_ALL
gboolean gdk_event_get_axes (GdkEvent *event,
gdouble **axes,
guint *n_axes);
-GDK_AVAILABLE_IN_
3_94
+GDK_AVAILABLE_IN_
ALL
GList * gdk_event_get_motion_history (const GdkEvent *event);
G_END_DECLS